home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-11-11 | 1.4 KB | 43 lines |
-
- /* Copyright (c) Mark J. Kilgard, 1994. */
-
- #include "../../Glut.cf"
-
- TARGETS = accanti anti bezmesh checker depthcue dof fog fogindex material \
- mipmap nurbs pickdepth plane polys sccolorlight scene scenebamb \
- sceneflat stencil stroke surface teaambient teapots texturesurf
-
- SRCS = accanti.c anti.c bezmesh.c checker.c depthcue.c dof.c fog.c \
- fogindex.c material.c mipmap.c nurbs.c pickdepth.c plane.c polys.c \
- sccolorlight.c scene.c scenebamb.c sceneflat.c stencil.c stroke.c \
- surface.c teaambient.c teapots.c texturesurf.c
-
- AllTarget($(TARGETS))
-
- SimpleGlutProgramTarget(accanti)
- SimpleGlutProgramTarget(anti)
- SimpleGlutProgramTarget(bezmesh)
- SimpleGlutProgramTarget(checker)
- SimpleGlutProgramTarget(depthcue)
- SimpleGlutProgramTarget(dof)
- SimpleGlutProgramTarget(fog)
- SimpleGlutProgramTarget(fogindex)
- SimpleGlutProgramTarget(material)
- SimpleGlutProgramTarget(nurbs)
- SimpleGlutProgramTarget(pickdepth)
- SimpleGlutProgramTarget(plane)
- SimpleGlutProgramTarget(mipmap)
- SimpleGlutProgramTarget(polys)
- SimpleGlutProgramTarget(sccolorlight)
- SimpleGlutProgramTarget(scene)
- SimpleGlutProgramTarget(scenebamb)
- SimpleGlutProgramTarget(sceneflat)
- SimpleGlutProgramTarget(stencil)
- SimpleGlutProgramTarget(stroke)
- SimpleGlutProgramTarget(surface)
- SimpleGlutProgramTarget(teaambient)
- SimpleGlutProgramTarget(teapots)
- SimpleGlutProgramTarget(texturesurf)
-
- DependTarget()
-